Path: / {BASE} / statistics / {module} / enabled

Path parameters:
module -

Resource Methods
Method Summary
NameDescription
PUT /{BASE}/statistics/{module}/enabled?value=… 
GET /{BASE}/statistics/{module}/enabled 

Method Detail

PUT /{BASE}/statistics/{module}/enabled

HTTP Example:
PUT /{BASE}/statistics/{module}/enabled?value=…
API Example:

StatisticsWebService.setEnabled({'value': …,
  'module': …});

Output:
Response
Query parameters:
value

GET /{BASE}/statistics/{module}/enabled

HTTP Example:
GET /{BASE}/statistics/{module}/enabled
API Example:

StatisticsWebService.isEnabled({'module': …});

Output:
boolean